Source for file toolbar.containers.php
Documentation is available at toolbar.containers.php
// ensure this file is being included by a parent file
if (!defined( '_VALID_MOS' ) AND !defined('_JEXEC')) die( 'Direct Access to this location is not allowed.' );
// Create an instance, get the controlling parameters from the request
else $this->act =
'containers';
else $this->task =
'list';
// create a toolbar based on the parameters found in $_REQUEST
$call_check =
array(&$this,$act);
// The following methods correspond exactly to the possible values
// of 'act' in the request. They in turn correspond to all the
// possible options in the admin side drop down menu for Remository.
elseif ($this->task ==
'edit') $this->editMenu('Container');
// The cancel option is always formed the same way
// The menu for adding something is always the same apart from the text
// The menu for editing something is always the same apart from the text
// The menu for a list of items is always the same apart from the text
// Any concluding actions
Documentation generated on Mon, 05 May 2008 16:23:28 +0400 by phpDocumentor 1.4.0